(fortran-indent-line)))
(defun fortran-strip-sqeuence-nos (&optional do-space)
- "Delete all text after column 72 (assumed to be sequence numbers).
-Also delete trailing whitespace after stripping such text. Supplying
-prefix arg DO-SPACE prevents stripping the whitespace."
+ "Delete all text in column 72 and up (assumed to be sequence numbers).
+Normally also deletes trailing whitespace after stripping such text.
+Supplying prefix arg DO-SPACE prevents stripping the whitespace."
(interactive "p")
(save-excursion
(goto-char (point-min))